PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFFractionDisplay Enumeration
In This Topic
    PDFFractionDisplay Enumeration
    In This Topic
    Specifies the supported display modes for a fractional value.
    Members
    MemberDescription
    DECIMALShow as decimal to the precision defined by the PDFNumberFormat.getPrecision method.
    FRACTIONShow as a fraction with denominator specified by the PDFNumberFormat.getDenominator method.
    ROUNDNo fractional part; round to the nearest whole unit.
    TRUNCATENo fractional part; truncate to achieve whole units.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.spatial.PDFFractionDisplay

    See Also